home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
tori
/
sharedi.cst
/
03011_Script_3011
< prev
next >
Wrap
Text File
|
1983-01-27
|
512b
|
15 lines
on giu castart,spritecur
global ss,valore,lungh_barra,righe_scroll_testo
set righe_scroll_testo to the linecount of member "articolo" -10
if ss<righe_scroll_testo then
set the scrolltop of member castart to the scrolltop of member castart + valore
set ss to ss+1
set the locv of sprite spritecur to 64+integer ((lungh_barra/righe_scroll_testo)*ss)
put "locv in giu " the locv of sprite spritecur ,lungh_barra,righe_scroll_testo,ss
else
beep
exit
end if
end